/* general */
html {
    overflow-x: hidden;
}
body {
    font-size: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    line-height: 1.65;
    color: #000;
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}
body {
    font-family: Montserrat, sans-serif;
    color: #000;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
p {
    font-weight: 400;
}
/* header */
.headre-text {
    font-weight: 400;
}
/* slider */
.slider-bg {
    background: -o-radial-gradient(rgba(158, 158, 158, .7) 1px, rgba(255, 255, 255, 0) 0);
    background: radial-gradient(rgba(158, 158, 158, .7) 1px, rgba(255, 255, 255, 0) 0);
    background-size: 24px 24px;
    padding-top: 6.25rem
}
.slider-item {
    display: block;
    width: 100%;
    height: 420px;
    padding-top: 1rem;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(23, 47, 95, .25);
    box-shadow: 0 2px 4px 0 rgba(23, 47, 95, .25);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: relative;
    text-decoration: none!important
}
.slider-item:hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(23, 47, 95, .6);
    box-shadow: 0 2px 6px 0 rgba(23, 47, 95, .6);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}
.slider-item:not( :hover ) {
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}
.slider-item.bg-color-1 {
    background-color: #8edaea
}
.slider-item-circle {
    position: absolute;
    left: 50px;
    bottom: 80px;
    height: 170px;
    width: 170px;
    border-radius: 50%
}
.slider-item-circle.color-1 {
    background-color: #07c2be
}
.slider-item-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.563rem;
    line-height: 1.563rem;
    text-align: center;
    color: #fff
}
.slider-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.splide__arrow {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 72px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #1690d3;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}
.splide__arrow svg {
    width: 50%;
    fill: #1690d3
}
.splide__arrow:hover {
    background-color: #1d78ab
}
.splide__arrow:hover svg {
    fill: #fff
}
.splide__arrow--prev {
    margin-right: 3rem
}
.splide__arrow--prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.case-slider {
    margin-bottom: 2rem;
}
/* slider margin */
/* the slides */
.case__slider .slick-slide {
    box-shadow: 0 2px 4px 0 rgba(23, 47, 95, 0.5);
    max-width: 374px;
    margin-left: 0px!important;
    margin-right: 20px!important;
}
/* the parent */
.case__slider .slick-list { 
    margin: 0 -2rem;
    padding-bottom: 20px!important;
}
.case__slider .slick-track {
    padding-top: 10px;
}
.hexagon[href^="#"]:hover {
    transform: none;
    background-color: #fff;
    cursor: default;
} 
section.cta {
    background: radial-gradient(rgba(0,0,0,0.8) 1px, #080921 1px, #02011A 1px);
    background-size: 24px 24px;
    background-position-y: 6px;
    padding-top: 80px;
    padding-bottom: 96px;
}
section.cta .section-inner {
    max-width: 1024px;
}
section.cta .section-inner h2 {
    font-size: 32px;
    line-height: 1.4;
    max-width: 500px;
    font-weight: normal !important;
}
section.cta .section-inner h3 {
    font-size: 50px;
    line-height: 72px;
}
section.cta .section-inner .btn {
    font-size: 16px;
    line-height: 24px;
}
section.related-articles .all-posts {
    display: none !important;
}

.case__slider .owl-stage {
    margin-bottom: 30px;
}
.case__slider .owl-dots,
.case__slider .owl-nav {
    display: none;
}
.case__slider-item {
    width: 100%;
    height: 420px !important;	
    position: relative;
    background-color: #2D3043;
    box-shadow: 0 2px 4px 0 rgba(23,47,95,0.35);
    border-radius: 2px;
}
.case__slider-item:hover {
    margin-top: -0.5em;
    transition: 0.3s;
    box-shadow: 0 2px 4px 0 rgba(23,47,95,0.6);
}

.case__slider-item>a:hover {
    text-decoration: none;
}
.case__slider-content {
    height: 100%;
    position: relative;
    bottom: 0px;
    transition: 0.3s;
    z-index: 99999999;
}
.case__slider-content h3 {
    font-size: 22px;
    margin-top: 0;
    line-height: 27px;
}
.more__cases-title {
    font-weight: 400;
    margin-left: 0.75em;
    background-image: url('../../images/case-studies/square_big_grey.png');
    background-repeat: no-repeat;
    padding: 0.6em 1em;
}
.case__slider-bg {
    background-color: #07C2BE;
    height: 170px;
    width: 170px;
    opacity: 0.67;
    border-radius: 50%;
    bottom: 80px;
    left: 50px;
    position: absolute;
}
.case__slider-phone {
    width: 100%!important;
    position: absolute;
    bottom: 0%;
    right: 0%;
}
.case__slider-phone-right {
    left: auto;
    right: 0%;
}
.case__slider-btn {
    background-color: white;
    border: 1px solid #1690d3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    cursor: pointer;
}
.case__slider-prev-btn {
    margin-right: 2em;
}
.case__slider-prev-btn svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.case__slider-btn:hover {
    background-color: #1690d3;
}
.case__slider-btn:hover svg path {
    fill: white!important;
}
.more__cases-section {
    background: radial-gradient(rgba(158,158,158,0.7) 1px, rgba(255,255,255,0) 0);
    background-size: 24px 24px;
}
/* Hexagon styles */
.hexagon-new {
    width: 8.625em;
    height: 4.979em;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #ffffff;
    -webkit-transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin: 0.313em;
}
.hexagon-new::after {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 8.625em;
    height: 4.979em;
    left: 0;
}
.hexagon-new-hov:hover {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92);
    background-color: #e5f6ff;
}
.hexagon-new-hov:hover:after,
.hexagon-new-hov:hover:before {
    background-color: #e5f6ff!important;
}
.hexTop {
    width: 6.099em;
    height: 6.099em;
    position: absolute;
    top: -3.049em;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: scaleY(0.5744) rotate(-45deg);
    transform: scaleY(0.5744) rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: inherit;
}
.hexTop:after, .hexBottom:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}
.hexBottom {
    width: 6.099em;
    height: 6.099em;
    bottom: -3.049em;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: scaleY(0.5744) rotate(-45deg);
    transform: scaleY(0.5744) rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: inherit;
}
.hexagon-new img {
    max-width: 100px;
    width: 70%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    direction: block;
    z-index: 2;
    font-size: 1.5em;
}
.hexagon-new-wrp {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 3.125em 0;
    width: 24em;
}
.text-white p {
    color: #fff;
}

@media screen and (max-width:1200px) {
    .splide__arrow {
        width: 53px;
        height: 53px
    }
    .header-row {
        padding-bottom: 69%; 
    }
}
@media screen and (max-width: 1024px) {
    section.cta .section-inner h3 {
        font-size: 42px;
    }
    section.cta .section-inner .btn {
        padding: 12px 30px;
    }
}
@media screen and ( max-width: 960px ) {
    section.cta .section-inner h3 {
        font-size: 36px;
    }
    section.cta .section-inner .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}
@media screen and (max-width:830px) {
    section.cta .section-inner .btn {
        font-size: 12px;
    }
}
@media screen and (max-width:768px) {
    .headre-text {
        font-size: 1rem;
        padding: 0 1.5rem;
    }
    .header-row::after,
    .header-row::before {
        z-index: -1;
    }
    .info-text {
        font-weight: 400;
    }
    .splide__arrow {
        width: 53px;
        height: 53px
    }
    p {
        font-weight: 400;
    }
    .hexagon-wrp {
     transform: scale(.75); 
     width: 24em;
    }
    /* slider margin */
    /* the slides */
    .case__slider .slick-slide {
        /* margin: 1rem;
        padding: 0 1rem; */
        margin: .75rem;
        padding: 0;
        min-width: 300px;
        margin-right: 0px!important;
    }
    /* the parent */
    .case__slider .slick-list {
        /* margin: -1rem;
        padding: 0 -1rem; */
        margin: -.75rem;
        padding: 0;
    }
    .info-mobile-text {
        padding: 10px 16px;
        /* background: rgba(255, 255, 255, .8);
        margin: 0 10px */
    }
    .case__slider-item {
        height: 450px!important;
    }
    section.cta .section-inner h3 {
        font-size: 36px;
        line-height: 62px;
    }
    section.cta .section-inner .btn {
        font-size: 12px;
    }
}
@media screen and ( max-width: 600px ) {
    .case__slider-item {
        height: 410px!important;
    }
    .case__slider .slick-slide {
        padding-right: 0px!important;
        padding-left: 0px!important;
        min-width: auto!important;
    }
}

@media screen and ( max-width: 500px ) {
    .case__slider-item {
        height: 420px!important;
    }
    .case__slider .slick-slide {
        padding-right: 0px!important;
        padding-left: 0px!important;
        min-width: auto!important;
    }
}


@media screen and (max-width:480px) {
    .info-title {
        font-size: 1.875rem !important;
    }
}
